.iconfont1 {
    font-family: "iconfont1" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: "iconfont1";
    src: url('./fonts/iconfont.woff2?t=1638869001436') format('woff2'),
    url('./fonts/iconfont.woff?t=1638869001436') format('woff'),
    url('./fonts/iconfont.ttf?t=1638869001436') format('truetype');
}



.ys_header {
    position: relative;
    z-index: 99;
}
.ys_hd_pc::before {
    content: '';
    position: fixed;
    width: 100%;
    height: 100px;
    top: 0;
    left: 0;
    z-index: 0;
}
.t_head {
    padding: 0 76px;
    position: fixed;
    top: 10px;
    left: 0;
    width: 100%;
    transition: all 0.36s;
}
.t_logo {
    width: 300px;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.t_logo a {
    width: 100%;
    display: flex;
    height: 90px;
    align-items: center;
}
.t_head .ys_imgbox_cover img:nth-child(2) {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.ys_hd_pc.isfixed .t_head .ys_imgbox_cover img:nth-child(2) {
    opacity: 1;
}
.ys_hd_pc.isfixed .t_head .ys_imgbox_cover img:first-child {
    opacity: 0;
}

.ys_imgbox_contain, .ys_imgbox_cover {
    position: relative;
    overflow: hidden;
}
.ys_imgbox_contain img, .ys_imgbox_cover img {
    width: 100%;
    transition: all .36s;
}
.t_headli {
    padding: 0 15px;
}
.t_headone, .t_header {
    position: relative;
}
.t_headone::before, .t_header::before {
    content: '';
    height: 3px;
    width: 0;
    opacity: 0;
    background: #fff;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transition: all 0.36s;
    transform: translateX(-50%);
}
.t_headone a {
    font-size: 24px;
    color: #fff;
    line-height: 90px;
    transition: all 0.36s;
    display: block;
}
.t_headone i {
    display: inline-block;
    margin-left: 4px;
    color: #ffffff;
    font-size: 16px;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.ys_hd_pc.isfixed .t_headone i {
    color: #222222;
}
.t_headuler {
    position: fixed;
    top: 90px;
    width: 100%;
    padding: 0 10%;
    left: 0;
    border-top: 1px solid #ECECEC;
    background: #fff;
    box-shadow: 0px 4px 50px 20px rgba(0, 0, 0, 0.02);
    display: flex;
    justify-content: center;
    z-index: -1;
    text-align: center;
    font-size: 0;
    display: none;
}
.t_header a {
    font-size: 18px;
    color: #333;
    transition: all 0.36s;
    /*line-height: 88px;*/
    margin-top: 10px;
    margin-bottom: 20px;
    display: block;
}
.t_headone::before,.t_header::before{
    content: '';
    height: 3px;
    width: 0;
    opacity: 0;
    background: #096ac9;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transition: all 0.36s;
    transform: translateX(-50%);
}

.t_headul .t_headli:hover .t_headone a{
    color: #096ac9;
}
.t_headul .t_headli:hover .t_headone::before {
    width: 100%;
    opacity: 1;
}

.t_headul .t_headlier:hover .t_header a {
    color: #096ac9;
}
.t_headlier {
    /*padding: 0 65px;*/
    width:20%;
    display: inline-block;
    float: left;
}
.t_headul .t_headli.yxnav_active1 .t_headone a{
    color: #096ac9;
}

.ys_hd_pc.isfixed .t_head {
    top: 0px;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 4px 50px 20px rgba(0, 0, 0, 0.02);
    backdrop-filter: blur(24px);
}

.ys_hd_pc.isfixed .t_headone a {
    color: #333;
}
.navphone ,.header-search{
    line-height:90px;
}
.ys_hd_pc.isfixed .navphone,.ys_hd_pc.isfixed .header-search {
    line-height:70px;
}
.ys_hd_pc.isfixed .header-search .search-btn span {
    color: #096ac9;
}
.ys_hd_pc.isfixed .header-search .search-btn {
    border-color: rgba(13, 80, 190, 0.5);
}


.navphone,.header-search {
    margin-top: 23px;
}

.tel-box {
    position: relative;
}
.tel-box:hover .drop-down {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
}
.tel {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 19px;
    height: 44px;
    line-height: 44px;
    border-radius: 22px;
    background: #096ac9;
}
.tel i {
    display: inline-block;
    position: relative;
    margin-right: 12px;
    z-index: 2;
    color: #fff;
    font-size: 20px;
    font-style: normal;
}
.tel i:before {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -35px;
    margin-top: -36px;
    content: "";
    width: 70px;
    height: 72px;
    background: url(../images/shadow1.png) center no-repeat;
}
.tel span {
    display: inline-block;
    color: #fff;
    font-size: 16px;
}

.search-btn {
    position: relative;
    cursor: pointer;
    z-index: 2;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    overflow-y: hidden;
}
.search-btn.active span:nth-child(1) {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
}
.search-btn.active span.search-close {
    top: 0;
    opacity: 1;
    visibility: visible;
}
.search-btn:hover span {
    color: #fff !important;
}
.search-btn:hover:before {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    border-color: #0d50be;
}
.search-btn:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    content: "";
    width: 100%;
    height: 100%;
    background: #0d50be;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    transition: 0.4s;
}
.search-btn span {
    display: block;
    position: relative;
    z-index: 2;
    text-align: center;
    line-height: 42px;
    color: #fff;
    font-size: 14px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
}
.search-btn span.search-close {
    position: absolute;
    left: 0;
    top: 100%;
}

.search-down {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    /*background: #096ac9;*/
    background-image: url(../images/searchbg.jpg);
    background-size: 100%;
    background-repeat: no-repeat;

    opacity: 0;
    visibility: hidden;
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    pointer-events: none;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    -moz-transition: 0.8s;
    transition: 0.8s;
}

.search-down.show {
     opacity: 1;
     visibility: visible;
     -webkit-clip-path: inset(0 0 0 0);
     clip-path: inset(0 0 0 0);
     pointer-events: visible;
}

.search-text {
    position: absolute;
    left: 50%;
    margin-left: -315px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 630px;
}
.search-tops {
    text-align: center;
}
.search-tops h4 {
    margin-bottom: 40px;
    color: #fff;
    font-size: 50px;
    line-height: 1;
    font-weight: normal;
}
.product-class {
    padding-top: 28px;
}
.product-class p {
    color: #fff;
    line-height: 1;
    font-size: 15px;
}
.product-class-li {
    margin-top: 20px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product-class-li li {
    margin-right: 10px;
    margin-bottom: 10px;
}
.product-class-li li a {
    display: inline-block;
    padding: 0 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    min-width: 90px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.1);
}

.el-input {
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}
.el-input__inner {
    -webkit-appearance: none;
    background-color: #FFF;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #DCDFE6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
}
.searchForm {
    width:100%;
    margin: 0 auto;
    /*display:none;*/
}
.searchForm .el-input {
    margin-top:10px;
    height: 60px;
    width: 100%;
}
.searchForm .el-input__inner {
    height: 60px;
    border-radius: 0;
    border: none;
    background-color: #F1F1F1;
    padding: 0 40px;
}
.searchForm img {
    right: 30px;
    top: -40px;
    width:20px;
    height:20px;
    position: relative;
    float: right;
}


.client-2 {
    position: fixed;
    right: -170px;
    top: 50%;
    z-index: 900;
}

.client-2 li a {
    text-decoration: none;
}
.client-2 li {
    margin-top: 1px;
    clear: both;
    height: 62px;
    position: relative;
}

.client-2 li i {
    background: url(../images/fx.png) no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 0px auto;
    text-align: center;
}

.client-2 li p {
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.client-2 .my-kefu-qq i {
    background-position: 4px 5px;
}

.client-2 .my-kefu-tel i {
    background-position: 0 -21px;
}

.client-2 .my-kefu-liuyan i {
    background-position: 4px -53px;
}

.client-2 .my-kefu-weixin i {
    background-position: -34px 4px;
}

.client-2 .my-kefu-weibo i {
    background-position: -30px -22px;
}

.client-2 .my-kefu-ftop {
    display: none;
}

.client-2 .my-kefu-ftop i {
    width: 33px;
    height: 31px;
    background-position: -23px -47px;
    background-size: 52px 82px;
}
.client-2 .my-kefu-ftop .my-kefu-main{
    padding-top: 6px;
}

.client-2 .my-kefu-left {
    float: left;
    width: 62px;
    height: 47px;
    position: relative;
}

.client-2 .my-kefu-tel-right {
    font-size: 16px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin-top: 14px;
}

.client-2 .my-kefu-right {
    width: 20px;
}

.client-2 .my-kefu-tel-main {
    background: #0c6db2;
    color: #fff;
    height: 53px;
    width: 230px;
    padding:9px 0 0;
    float: left;
    box-sizing: unset;
}

.client-2 .my-kefu-main {
    background: #0c6db2;
    width: 97px;
    height: 53px;
    position: relative;
    padding:9px 0 0;
    float: left;
    box-sizing: unset;
}

.client-2 .my-kefu-weixin-pic {
    position: absolute;
    left: -130px;
    top: -24px;
    display: none;
    z-index: 333;
    box-sizing: unset;
}

.my-kefu-weixin-pic img {
    width: 115px;
    height: 115px;
}



footer {
    background-color: #FBFBFB;
    position: relative;
}

footer .w85 {
    padding: 80px 0 40px 0;
    position: relative;
    margin: 0 auto;
    width: 85%;
    overflow: hidden;
}

footer .w85::before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background-color: #E6E6E6;
    position: absolute;
    left: 40%;
    top: 0;
}

footer .footer-right {
    width: 60%;
    box-sizing: border-box;
    padding-left: 100px;
    float: right;
}

footer .footer-right h3 {
    color: #096ac9;
    margin-bottom: 35px;
}

footer .footer-right form {
    position: relative;
    margin-bottom: 20px;
}

footer .footer-right form input {
    width: 100%;
    border: none;
    height: 36px;
    color: #888;
    font-size: 16px;
    line-height: 36px;
    border-bottom: 1px solid #CBCBCB;
    background-color: transparent;
}

footer .footer-right form input:-ms-input-placeholder {
    color: #ccc;
}

footer .footer-right form input::-webkit-input-placeholder {
    color: #ccc;

}

footer .footer-right form input:-ms-input-placeholder {

    color: #ccc;

}

footer .footer-right form input:-moz-placeholder {

    color: #ccc;

}

footer .footer-right form input::-moz-placeholder {

    color: #ccc;

}

footer .footer-right form button {
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../images/f-ico1.png);
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background-color: transparent;
}

footer .footer-right .other {
    margin-bottom: 60px;
}

footer .footer-right .other a {
    color: #888888;
    font-size: 16px;
    display: inline-block;
    margin-right: 40px;
}

footer .footer-right .other a:hover {
    color: #1068a7;
}

footer .footer-right .link {}

footer .footer-right .link h4 {
    color: #333;
    margin-bottom: 30px;
}

footer .footer-right .link ul {
    width: 120px;
    height: 108px;
    overflow: hidden;
}

footer .footer-right .link ul li a {
    color: #888888;
    font-size: 16px;
    line-height: 30px;
    display: block;
    max-width: 100%;
}

footer .footer-right .link ul li a:hover {
    color: #0F6E38;
}

footer .footer-left {
    width: 40%;
    box-sizing: border-box;
    float: left;
    padding-right: 100px;
}

footer .footer-left .f-nav {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 30px;
}

footer .footer-left .f-nav dl {}

footer .footer-left .f-nav dt {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 30px;
}

footer .footer-left .f-nav dd a {
    color: #888888;
    font-size: 16px;
    display: block;
    height: 30px;
    line-height: 30px;
}

footer .footer-left .f-nav dd a:hover {
    color: #1068a7;
}

footer .footer-right .f-contact {
    margin-top:50px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

footer .footer-right .f-contact .f-con1 {}

footer .footer-right .f-contact .f-con1 h4 {
    color: #333333;
    font-size: 18px;
    margin-bottom: 30px;
}

footer .footer-right .f-contact .f-con1 li {
    color: #333333;
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    position: relative;
    /*padding-left: 30px;*/
    margin-bottom: 20px;
}

footer .footer-right .f-contact .f-con1 li span {
    color: #333333;
}

footer .footer-right .f-contact .f-con1 li::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 2px;
    left: 0;
}

footer .footer-right .f-contact .f-con1 li:nth-child(1)::before {
    background-image: url(../images/f-ico2.png);
}

footer .footer-right .f-contact .f-con1 li:nth-child(2)::before {
    background-image: url(../images/f-ico3.png);
}

footer .footer-right .f-contact .f-con1 li:nth-child(3)::before {
    background-image: url(../images/f-ico4.png);
}

footer .footer-right .f-contact .f-con2 {
    text-align: right;
}

footer .footer-right .f-contact .f-con2 h4 {
    color: #333333;
    font-size: 18px;
    margin-bottom: 30px;
    margin-bottom: 30px;
}
footer .footer-right .f-contact .f-con2 ul{
    display: flex;
    justify-content: center;
}
footer .footer-right .f-contact .f-con2 li {
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    /*margin-right: 20px;*/
    /*float: left;*/
    cursor: pointer;
}

footer .footer-right .f-contact .f-con2 li:nth-child(1) {
    border: 1px solid #0A6938;
}

footer .footer-right .f-contact .f-con2 li:nth-child(1)::before {
    content: '';
    display: block;
    width: 18px;
    height: 15px;
    background-image: url(../images/wx-ico.png);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -9px;
}

footer .footer-right .f-contact .f-con2 li:nth-child(2) {
    border: 1px solid #D81E06;
}

footer .footer-right .f-contact .f-con2 li:nth-child(2)::before {
    content: '';
    display: block;
    width: 18px;
    height: 14px;
    background-image: url(../images/wb-ico.png);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -9px;
}

footer .footer-right .f-contact .f-con2 li:nth-child(3) {
    border: 1px solid #333333;
    margin-right: 0;
}

footer .footer-right .f-contact .f-con2 li:nth-child(3)::before {
    content: '';
    display: block;
    width: 14px;
    height: 16px;
    background-image: url(../images/dy-ico.png);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -7px;
}

footer .footer-right .f-contact .f-con2 li img {
    position: absolute;
    width: 100px;
    height: 0;
    left: 50%;
    margin-left: -50px;
    top: 30px;
    opacity: 0;
    transition: all .3s;
}

footer .footer-right .f-contact .f-con2 li:hover img {
    opacity: 1;
    height: 100px;
}

.f-28 {
    font-size: 26px;
}

@media screen and (max-width: 1700px) {
    .t_headli {
        padding: 0 10px;
    }
    .t_logo {
        width: 250px;
    }
    .t_logo a {
        height: 70px;
    }
    .t_head {
        padding: 0 10px 0 20px;
    }
    .t_headone a {
        line-height: 70px;
        font-size: 22px;
    }
    .navphone,.header-search {
        margin-top: 13px;
    }
    .yx_search3xlbox, .t_headuler {
        top: 70px;
    }
}

@media screen and (max-width: 1440px) {
    .ys_hd_pc::before {
        height: 80px;
    }
    .t_logo {
        width: 200px;
    }
    .t_logo a {
        height: 70px;
    }
    .t_headone a {
        line-height: 70px;
        font-size: 18px;
    }
    .yx_search3xlbox, .t_headuler {
        top: 70px;
    }
    .t_headli {
        padding: 0 10px;
    }
    .navphone,.header-search {
        margin-top: 13px;
    }
    .w85 {
        width: 92%;
    }

}
.clearfix::after {
    display: block;
    clear: both;
    height: 0;
    content: ' ';
}
